html, body{
	padding: 0px;
	margin: 0px;
}
.div{
	height: auto;
	background-color:antiquewhite ;
}
header{
	background: url("image/Chall3.png") no-repeat center center;
	background-size: cover;
	text-align: center;
}
.header{
	display:flex;
	color: white;
	text-align: right;
}
/*.header img{
	padding-left: 10px;
}*/

/*
.quote{
	padding-left:10px;
	width: 440px;
	font-size: small;
	font-family: arial;
	color: black;
	font-weight: 900;
}*/

.quote{
	display: flex;
	align-items: center;
	padding-left: 20px;
}

.quote:hover{
	color: red;
	text-shadow: 0px 3px 4px lawngreen;
	font-size: larger;
}

.Heading{
	font-size: xxx-large;
	width: 600px;
	padding-top:0px;
	text-align: center;
	padding-left:0px;
	color:rgb(255, 209, 209);
	font-weight: bolder;
	font-size-adjust: 0.8;
	margin-left: 340px;
}
.Heading:hover{
	color: red;
	text-shadow: 0px 3px 4px lawngreen;
}

.aboutus{
	font-size: xx-large;
	background-color: black;
	height: 40px;
	color:#f08804;
	text-align: center;
	padding-top: 10px;
	font-weight: bolder;
}

.paragraph{
	font-weight: bolder;
	padding-left: 10px;
}

.footer{
  	background-color:rgb(61, 54, 43);
  	color: white;
  	text-align: center;
  	height: 70px;
  	padding-top: 18px;
  	font-family: Arial;
  }
  button{
  	color: rgb(218, 137, 15);
  	background-color: black;
  	width: 65px;
  	height: 30px;
  }
  button:hover{
  	background-color: lawngreen;
  	color: red;
  	height: 35px;
  	width: 80px;
  	font-size: larger;
  }